github.com/google/go-cmp/cmp.sliceIndex.ykey (field)
9 uses
github.com/google/go-cmp/cmp (current package)
compare.go#L447: step.vy, step.ykey = vy.Index(iy), iy
compare.go#L449: step.vy, step.ykey = reflect.Value{}, -1
path.go#L223: xkey, ykey int
path.go#L231: case si.xkey == si.ykey:
path.go#L233: case si.ykey == -1:
path.go#L238: return fmt.Sprintf("[?->%d]", si.ykey)
path.go#L241: return fmt.Sprintf("[%d->%d]", si.xkey, si.ykey)
path.go#L247: if si.xkey != si.ykey {
path.go#L262: func (si SliceIndex) SplitKeys() (ix, iy int) { return si.xkey, si.ykey }